GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-05T05:46:09.1629519+00:00",
"SubmitDate": "2026-03-05T05:46:09.1629519+00:00",
"ReportPeriodStart": "2026-03-05T05:46:09.1629519+00:00",
"ReportPeriodEnd": "2026-03-05T05:46:09.1629519+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fb82d081-a3d8-40ef-a080-0dc95b6a9bfe",
"Rows": [
{
"ItemId": "4509b6bd-b6ca-4170-874e-2fc14010564b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4509b6bd-b6ca-4170-874e-2fc14010564b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fb82d081-a3d8-40ef-a080-0dc95b6a9bfe",
"Rows": [
{
"ItemId": "4509b6bd-b6ca-4170-874e-2fc14010564b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4509b6bd-b6ca-4170-874e-2fc14010564b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ba485614-e1f4-4430-a933-381b2a2be983",
"c03a42f6-ceca-4bc6-b41e-ffb5faa75d02"
],
"Approvers": [
"f5bcd48b-e564-428c-8339-b5b001662908",
"576c00ab-c825-4d0b-b1f4-b01ed7052154"
],
"ApprovedBy": "01b19785-3140-4887-9bf7-57a404771396",
"ApprovalDate": "2026-03-05T05:46:09.1629519+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "49bfe96a-0b62-4da9-82ba-cbb2e6f1327b",
"id": "93648aa3-8875-4229-97a4-270739013406",
"ConfigId": "04c12955-1282-4bb1-b342-5691c5fafb22"
},
{
"GenerationDate": "2026-03-05T05:46:09.1629519+00:00",
"SubmitDate": "2026-03-05T05:46:09.1629519+00:00",
"ReportPeriodStart": "2026-03-05T05:46:09.1629519+00:00",
"ReportPeriodEnd": "2026-03-05T05:46:09.1629519+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fb82d081-a3d8-40ef-a080-0dc95b6a9bfe",
"Rows": [
{
"ItemId": "4509b6bd-b6ca-4170-874e-2fc14010564b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4509b6bd-b6ca-4170-874e-2fc14010564b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fb82d081-a3d8-40ef-a080-0dc95b6a9bfe",
"Rows": [
{
"ItemId": "4509b6bd-b6ca-4170-874e-2fc14010564b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4509b6bd-b6ca-4170-874e-2fc14010564b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ba485614-e1f4-4430-a933-381b2a2be983",
"c03a42f6-ceca-4bc6-b41e-ffb5faa75d02"
],
"Approvers": [
"f5bcd48b-e564-428c-8339-b5b001662908",
"576c00ab-c825-4d0b-b1f4-b01ed7052154"
],
"ApprovedBy": "01b19785-3140-4887-9bf7-57a404771396",
"ApprovalDate": "2026-03-05T05:46:09.1629519+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "49bfe96a-0b62-4da9-82ba-cbb2e6f1327b",
"id": "93648aa3-8875-4229-97a4-270739013406",
"ConfigId": "04c12955-1282-4bb1-b342-5691c5fafb22"
}
]